I have the following code which creates a dropdown list menu, when items are selected the page is then automatically loaded. I want to change it so that the user has to click a button such as "Go" for the page to be loaded rather than just selecting the item. Can anyone help with this? The code I have so far is as follows:
Add button to dropdown list menu [RESOLVED]
Hi,
I have the following code which creates a dropdown list menu, when items are selected the page is then automatically loaded. I want to change it so that the user has to click a button such as "Go" for the page to be loaded rather than just selecting the item. Can anyone help with this? The code I have so far is as follows:
[code] [/code]
I have now resolved this with the following code:
[code] [/code]
is working on a reply...